use int instead of time_t to print timezone info
authorVladimir Petko <vladimir.petko@canonical.com>
Mon, 27 Jul 2026 09:39:42 +0000 (11:39 +0200)
committerEmilio Pozuelo Monfort <pochu@debian.org>
Mon, 27 Jul 2026 09:39:42 +0000 (11:39 +0200)
commitf75d8ff91e97a69afc1ecd30a9d5185b33562e85
tree0d567e086fdc4b5e578d8e0902b0f10e0f672cd9
parent6afd83cda7c481ba2ef759e8f545957d4f46632d
use int instead of time_t to print timezone info

Bug: https://bugs.openjdk.org/browse/JDK-8334502
Last-Update: 2024-06-19

printf() call uses %02d format specifier that requires an int parameter.

Gbp-Pq: Name jdk-8334502-proposed.patch
src/hotspot/share/runtime/os.cpp